home *** CD-ROM | disk | FTP | other *** search
- Title "Asympotic function: Y = a + b/X";
- Variables x,y; // Two variables: x and y
- Parameters a,b; // Two parameters to estimate: a and b
- Function y = a + b/x; // Equation to be fitted to data
- Plot; // Plot equation and data with grid lines
- nplot; // Normal probability plot
- Data;
- 1 1.8164
- 1.14286 3.22855
- 1.28571 4.08204
- 1.42857 5
- 1.57143 5.26324
- 1.71429 6.44293
- 1.85714 6.58628
- 2 6.8012
- 2.14286 8.01093
- 2.28571 7.5701
- 2.42857 8.20553
- 2.57143 7.53522
- 2.71429 7.95156
- 2.85714 9.0559
- 3 9.46573
- 3.14286 8.80231
- 3.28571 9.84322
- 3.42857 9.8863
- 3.57143 9.80168
- 3.71429 9.18855
- 3.85714 9.20233
- 4 9.6976
- 4.14286 10.3569
- 4.28571 8.9958
- 4.42857 9.33667
- 4.57143 9.58093
- 4.71429 9.7227
- 4.85714 10.3706
- 5 10.436
- 5.14286 10.8499
- 5.28571 10.001
- 5.42857 10.617
- 5.57143 10.7582
- 5.71429 10.3279
- 5.85714 11.0523
- 6 11.1848
- 6.14286 10.7185
- 6.28571 9.99065
- 6.42857 9.47311
- 6.57143 11.3039
- 6.71429 10.9374
- 6.85714 11.1974
- 7 10.1951
- 7.14286 10.246
- 7.28571 10.9952
- 7.42857 11.0033
- 7.57143 9.91248
- 7.71429 11.1554
- 7.85714 10.1973
- 8 11.5412
-